-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node: Add RouterDump and DirectTransportDump types #1195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cosmetic things requested. BTW hell, I was about to do this today but ok.
Converting to draft as I'm going to handle the rest of the cases here. |
@@ -183,6 +183,7 @@ const eslintConfig = | |||
} | |||
], | |||
'space-in-parens' : [ 2, 'never' ], | |||
'space-infix-ops' : [ 2, { 'int32Hint': false } ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good. I'm adding it in other projects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why a PR draft yet? IMHO this is ready.
Ah no, a test is failing... but this cannot be related to this PR... https://github.com/versatica/mediasoup/actions/runs/6654790668/job/18083561359?pr=1195 |
Which rest of cases? |
Ok, indeed this PR is modifying the failing test. |
@ibc too many notifications, GitHub is not an instant messenger, try to combine multiple messages into one and multiple comments into reviews if possible 🙏 |
Bonus track from |
NOTE: I'll be checking which more API types are missing and create the corresponding PRs.